home *** CD-ROM | disk | FTP | other *** search
/ Max Special: Max Gallery / Max Special Gallery.iso / pc / gr8b.dir / 00065.ls < prev    next >
Encoding:
Text File  |  1997-04-03  |  203 b   |  14 lines

  1. on exitFrame
  2.   if rollOver(13) then
  3.     disabilitaAltri(13, 11, 17)
  4.     flashRoller(13, 16, EMPTY)
  5.   else
  6.     disabilitaTutto(11, 17)
  7.   end if
  8.   play frame the frame
  9. end
  10.  
  11. on mouseDown
  12.   doDragging()
  13. end
  14.